3.9.4
authorMatthias Clasen <mclasen@redhat.com>
Mon, 17 Jun 2013 10:47:43 +0000 (06:47 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 17 Jun 2013 10:47:43 +0000 (06:47 -0400)
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index b9a711c74c2eefa9af653f0997f58edd8cd73a7f..4e1f7c93c727d68510e1850d16ad04b7647cba97 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,35 @@
+Overview of Changes in GTK+ 3.9.2 to 3.9.4
+==========================================
+
+* GtkSearchBar: a toolbar that will popup automatically when
+  searches should be started, and dismissed when they are finished
+
+* GtkListBox a vertical container that can sort and filter its
+  children
+
+* GtkStack has gained position dependent transitions (left-right
+  and up-down)
+
+* The Broadway GDK backend can be built on Windows now
+
+* Bugs fixed:
+ 593079 untranslated strings in errors
+ 692638 Don't use AC_CANONICAL_TARGET
+ 699673 [3.2/3.4/3.6/3.8] uuid conflicting on Windows
+ 700185 GtkWindow: problem with child widget visibility
+ 700444 [W32] The use of uninitialized GDK default screen
+ 700779 gtk_menu_item_draw puts the arrow too close to the border
+ 701463 typo: "a string containing the an approximation"
+ 701840 deprecate gtk_im_multicontext_append_menuitems
+ 702370 a11y's /child/add-remove/GtkEntry test reads invalid memory
+
+* Translation updates
+ Brazilian Portuguese
+ Chinese
+ Czech
+ Japanese
+
+
 Overview of Changes in GTK+ 3.9.0 to 3.9.2
 ==========================================
 
index 8885944ed508218b133ff91106a823261023d1d4..4a6aed438860639ac6ad7c6d2be2626015bee55a 100644 (file)
@@ -10,7 +10,7 @@
 
 m4_define([gtk_major_version], [3])
 m4_define([gtk_minor_version], [9])
-m4_define([gtk_micro_version], [3])
+m4_define([gtk_micro_version], [4])
 m4_define([gtk_interface_age], [0])
 m4_define([gtk_binary_age],
           [m4_eval(100 * gtk_minor_version + gtk_micro_version)])